Class MultibandCompressor

A multiband dynamic range compressor audio effector.

Placeholder class. MultibandCompressor is currently declared as an empty class (export class MultibandCompressor {}) — it does not extend Effector, and has no properties, methods, or constructor arguments of its own. It cannot be attached to a Channel or Master via addEffect()/attachEffect() yet, since those expect an Effector instance. A MultibandCompressorProcessor AudioWorklet processor name is already reserved in AudioWorkletProcessorNames, suggesting this class is planned but not yet wired up.

Example

import { MultibandCompressor } from "@fluex/fluexgl-dsp";

const compressor = new MultibandCompressor();

Constructor

new MultibandCompressor(): MultibandCompressor;

Takes no arguments. Uses the default (implicit) constructor.


Properties

This class has no public properties.


Methods

This class has no public methods.


Events

This class does not emit any events.

Getters and setters

This class does not define public getters or setters.